home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TDTMRETRIVEHTML / TDTMRETRIVEHTML.txt
Text File  |  2005-08-08  |  917b  |  36 lines

  1. object dtmRetriveHTML: TdtmRetriveHTML
  2.   OldCreateOrder = False
  3.   Left = 241
  4.   Top = 188
  5.   Height = 250
  6.   Width = 349
  7.   object IdHTTP: TIdHTTP
  8.     MaxLineAction = maException
  9.     ReadTimeout = 0
  10.     OnWork = IdHTTPWork
  11.     OnWorkBegin = IdHTTPWorkBegin
  12.     OnWorkEnd = IdHTTPWorkEnd
  13.     AllowCookies = True
  14.     ProxyParams.BasicAuthentication = False
  15.     ProxyParams.ProxyPort = 0
  16.     Request.ContentLength = -1
  17.     Request.ContentRangeEnd = 0
  18.     Request.ContentRangeStart = 0
  19.     Request.ContentType = 'text/html'
  20.     Request.Accept = 'text/html, */*'
  21.     Request.BasicAuthentication = False
  22.     Request.UserAgent = 
  23.       'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.' +
  24.       '4322)'
  25.     HTTPOptions = [hoForceEncodeParams]
  26.     Left = 72
  27.     Top = 40
  28.   end
  29.   object thrdHtml: TIdThreadComponent
  30.     OnException = thrdHtmlException
  31.     OnRun = thrdHtmlRun
  32.     Left = 192
  33.     Top = 40
  34.   end
  35. end
  36.